Range<T>.Max Property

public T Max {get; set;}
This language is not supported or no code example is available.
public:  
property T^ Max { 
T^ get( ); 
void set( 
T^ value 
); 
}
This language is not supported or no code example is available.
public function get Max() : T
public function set Max(value : T);
This language is not supported or no code example is available.

Property Value

T

In this article

Definition